Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SpringBoot - Apache Camel Sample #581

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Conversation

tsurdilo
Copy link
Contributor

This sample shows possible integration of Temporal in Apache Camel application.
Shows how to define a Camel Route and start a Workflow from it to gain advantage of Temporal.

Signed-off-by: Tihomir Surdilovic <[email protected]>
@tsurdilo tsurdilo requested review from antmendoza and a team as code owners February 19, 2024 01:23
@@ -29,6 +29,7 @@ subprojects {
otelVersion = '1.30.1'
otelVersionAlpha = "${otelVersion}-alpha"
javaSDKVersion = '1.22.3'
camelVersion = '3.22.1'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason you used 3.22.1 vs 4.x?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4.x requires java 17 or higher

@tsurdilo tsurdilo merged commit 15415ef into temporalio:main Feb 26, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants